@charset "utf-8";

html{ }
@media all and (max-width:765px) {
	html{}
}
::-webkit-scrollbar {

display:none;

} 

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,time,figure,article,nav,header,footer,hgroup,video,audio,aside,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Noto Sans KR', sans-serif;
	

}
ol,ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption,th,td {text-align: left; font-weight: normal;}
figure,article,header,footer,nav,hgroup,video,audio,aside,main {display: block;}
img{max-width:100%; vertical-align:top;}

/* font-family: 'Nanum Gothic Coding', monospace; */


body,textarea:focus,input:focus,a:focus {-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}
html{-ms-text-size-adjust: none;-webkit-text-size-adjust: none;text-size-adjust: none;}
::-moz-selection {background: #008085; color:#fff;}
::selection {background: #008085; color:#fff;}

html, body {/*height: 100%;*/ width:100%;}
body {font-size: 14px;font-family: 'NotoSansKR', sans-serif;}
a {font-size: 14px;color: #222;text-decoration: none;}
[lang="en"] {font-family: 'Titillium', 'NotoSansKR', sans-serif;}

/* INPUT */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=url],
textarea {-webkit-appearance: none;-moz-box-sizing: border-box;box-sizing: border-box;outline: none;font-family: sans-serif;}

input[type=submit],
input[type=button],
button {font-family: 'NotoSansKR', sans-serif;}

input[type=radio] {border-radius: 100%;}

/* PLACEHOLDER */
::-webkit-input-placeholder {font-family: 'NotoSansKR', sans-serif;font-size: 16px;color: #666;}
::-moz-placeholder {font-family: 'NotoSansKR', sans-serif;font-size: 16px;color: #666;}
:-ms-input-placeholder {font-family: 'NotoSansKR', sans-serif;font-size: 16px;color: #666;}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {color: transparent;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {color: transparent;}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {color: transparent;}
.sr_only {position: absolute; height: 1px; width:1px; overflow: hidden; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }

input, select, textarea, button {font-size:inherit; font-family:inherit; line-height:inherit;}
select {-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;box-sizing:border-box; border:1px solid #dfdfdf; border-radius:0; padding:0 39px 0 19px; height:35px; line-height:34px; padding-bottom:2px; background:#fff url(../img/common/bg_select_arr.png) no-repeat 100% 0; font-size:13px;}
select::-ms-expand { display:none; }

/*select.selfSelect{background-color: #fbfbfb}*/
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="email"],
textarea {border-radius:0; -webkit-box-sizing:border-box; height:35px; border:1px solid #dfdfdf; padding:0 19px; font-size:13px; -webkit-appearance:none;}
textarea.textareaType01 {padding:10px 19px; height:253px; width:100%;}
.skip, .blind, legend {position:absolute; top:-5000em; width:0; height:0; overflow:hidden; line-height:0; font-size:0;}


.full_wrap {width:100%; padding-left: 90px;padding-right: 90px; }
.wrap { max-width:1100px; margin: 0 auto; padding:0px;}

.mBr br{display:none;}


.mo_left{display:none;}
.mo_right{display:none;}

@media all and (max-width:1118px) {
    .nav_item{display:none;}
	.brNone br{display:none !important;}
	.mBr br{display:block !important;}
}

.vm{vertical-align: middle !important}
.mt0{margin-top:0 !important;}
.mt20{margin-top:20px !important;}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* **************************************** *
 * HEADER
 * **************************************** */
.faq{ position:fixed; right:30px; top:50%; margin-top:-140px; z-index:10000; cursor:pointer;}

/*.sales{ position:fixed; left:-105%; top:50%; margin-top:-200px; z-index:10022; cursor:pointer;}
.sales_bg{ position:fixed; right:0px; z-index:10022; width:0%; height:100%; background:#000; opacity:0.8;z-index:10011;}
*/
#header {z-index: 500; height: 90px;position: fixed;top: 20px;left: 0;-webkit-transition: height 300ms, top 290ms, box-shadow 400ms;transition: height 300ms, top 290ms, box-shadow 400ms; width: calc(100% - 6.25rem); }
.header_wrap {height: 100%;margin: 0 auto; padding-left: 77px;padding-right: 77px;position: relative;}
.header_wrap:before {content: '';display: block;position: absolute; left: 77px;right: 77px;bottom: 0;top: 0;-webkit-transition: all 300ms;transition: all 300ms; background: #fff url(../img/common/menu_bg.jpg) center no-repeat; 
background-position:right; background-size:cover;}

.header_inner {width: 100%;height: 100%; position: relative;  background-position:right;}

/* LOGO */

#logo {position:absolute; z-index: 651; -webkit-transition: top 300ms; transition: top 300ms; left: 0; width: 20rem; height: 100%; background-color: #000; display: flex; justify-content: center; align-items: center;}
#logo a {display: block; width: 200px; height: 45px; position: absolute; z-index: 551;  background: url(../img/common/logo.png) no-repeat 0 0;  margin: 0 auto;}



/* MENU */

.menu_container {display: block;width:100%; margin:0 auto; position: absolute;font-size: 0;line-height: 1;text-align: center;z-index: 560; padding:0 0px; }
.menu_container_bg {position: absolute;top: 90px;left: 0;right: 0;bottom: 0;background: #fff; opacity: 0; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
#menu {display: inline-block;vertical-align: top; width:100%; box-sizing: border-box; padding: 0 0px;}

#menu:after {content: '';display: table;clear: both; display: none;}

#menu a {display: block;line-height: 1.7;-webkit-transition: all 0.3s;transition: all 0.3s;}



#menu > li {display: inline-block;vertical-align: top;position: relative; padding:0 1.5rem;}

#menu > li > a {padding: 30px 0; font-size: 17px; font-weight: 500;color: #111;}

#menu > li:hover > a, #menu > li.current-page-ancestor > a {color: #821e1e; font-weight: 500;}

/* 2 */

#menu > li > ul {display: none;width: 100%;position: absolute;left: 0; /*border-right: 1px solid rgba(0, 0, 0, .05);*/}
#menu > li:last-child ul {border-right: 0;}

#menu > li > ul > li {display: block; margin-left: 0.5rem; text-align: center;}
#menu > li > ul > li > a {padding: 5px 0px; font-size: 15px;font-weight: 400; text-align: center;color: #222; }
#menu > li > ul > li .dep3 {text-align: left;padding-left:30px; }
#menu > li > ul > li .dep3 a {font-size:13px; color:#777; padding-left:8px; position:relative;}
#menu > li > ul > li .dep3 a:after {content:""; display:block; width:4px; height:1px; position:absolute; left:0; top:11px; background-color:#888;}
#menu > li > ul > li .dep3 a:hover {color:#821e1e;padding-left:18px;}
#menu > li > ul > li .dep3 a:hover:after {background-color:#fff;}

#menu > li > ul > li:first-child > a {padding-top: 24.5px;}

#menu > li > ul > li:last-child > a {padding-bottom: 36.5px;}

#menu > li > ul > li:hover > a, #menu > li > ul > li.current-menu-item > a, #menu > li > ul > li.current-page-ancestor > a {color:#821e1e;}



.global_nav {position: absolute; right:-10px; text-align:right; top: 49%; -webkit-transform:translate(0, -50%); transform:translate(0, -50%);  -ms-transform: translate(0,-50%);margin-right:77px; } 
.global_nav .nav_item{display: inline-block;vertical-align:middle; margin-right:0px;}
.global_nav .nav_item a{width:90px; height:90px;}
.global_nav .nav_item li {float:left; margin-right:0px; margin-top:3px;}
.global_nav .nav_item li {font-size:1.8rem; color:#000; font-family: 'Futura Std', sans-serif; font-weight: 700;}
.global_nav .nav_item .tel{width:24px; height:26px; margin-top:5px; margin-right:12px;  background:url("../img/common/tel_black.png") no-repeat 50% 50%; background-size:cover; cursor:pointer;}
.global_nav button.btnAllmenu{ display: inline-block; vertical-align:middle;  width:32px; height:19px; overflow:hidden;  background:url("../img/common/sitemap.png") no-repeat 50% 50%; cursor:pointer; margin-top:3px; margin-left:20px; right:0px;}


.popup_allmenu{ position: fixed; top:-1rem; display: none;z-index:30;border-top:3px solid #1a2c5e; left:0; width:100%; height: 120%; background:#ffffff; box-sizing:border-box; overflow:hidden; z-index:999999999999;}

.popup_allmenu a.btnClose{ display: block; position: absolute; overflow: hidden;right:3rem; top:3rem;z-index:20}
.popup_allmenu .allmenu{padding:70px 40px 60px; overflow:hidden; position:relative;}

.popup_allmenu .allmenu .btnArea{ margin-top:80px;}
.popup_allmenu .allmenu .btnArea a{ display: block;height:27px; line-height: 27px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: left; font-size: 12px; font-family: "NanumGothicBold"; background: url("/images/common/plus_gr.png") no-repeat right center; border-bottom:1px solid #008085; margin-bottom:7px; color:#1a2c5e; width:auto; text-decoration:none;}

.popup_allmenu #allmenu { /*margin-left:-80px; */ display: flex; justify-content: center; align-items: flex-start; gap:1.5rem;}
.popup_allmenu #allmenu > li{ /*float:left; width:25%;  padding-left:80px;*/width: 100%; box-sizing:border-box;}
.popup_allmenu #allmenu > li > a {font-size:20px; color:#821e1e; font-weight:bold; padding-left:20px;}
.popup_allmenu #allmenu > li.menu4{margin-top:55px;}
.popup_allmenu #allmenu > li.menu5{margin-top:-122px;}
.popup_allmenu #allmenu > li .sub-menu {border-top:2px solid #821e1e; margin-top:17px;}
.popup_allmenu #allmenu > li .sub-menu > li { /*border-bottom:1px solid #e8e8e8;*/ position: relative; overflow: hidden;}
.popup_allmenu #allmenu > li .sub-menu > li > a{display:block; padding:20px 15%; font-size:14px; color:#676767; overflow: hidden;}
.popup_allmenu #allmenu > li .sub-menu > li > a:after {
	position:absolute; top:0; left:0; width:0; content:""; height:100%; background:#821e1e;
	-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s
}

.popup_allmenu #allmenu > li .sub-menu > li > a:hover{color:#fff; }
.popup_allmenu #allmenu > li .sub-menu > li > a:hover:after{width:100%; -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s}


.popup_allmenu #allmenu > li .sub-menu > li > a > span{position:relative; z-index:1;}

.popup_allmenu #allmenu > li .sub-menu .dep3{padding-bottom:20px;}
.popup_allmenu #allmenu > li .sub-menu .dep3 > li > a{ display:block; padding:6px 13px 6px 35px; font-size:13px; color:#676767; position:relative;}
.popup_allmenu #allmenu > li .sub-menu .dep3 > li > a:after{content:""; display:block; width:4px; height:2px; background-color:#676767; position:absolute; left:20px; top:50%; margin-top:-1px;}

.popup_allmenu #allmenu > li > .dep2Wrap .dep2 .dep3 > li > a:after{content:""; display:block; width:3px; height:3px; background-color:#676767; position:absolute; left:20px; top:50%; margin-top:-2px;}
.popup_allmenu #allmenu > li.promotion {padding-top:50px;}
.allMenuSubBx{display:none;}
.popup_allmenu .allMenuSubBx{display:block; padding:19px 0 19px 60px; background-color:#efefef;}
.popup_allmenu .allMenuSubBx:after{content:""; display:block; clear:both;}
.popup_allmenu .allMenuSubBx a{float:left; font-size:13px; color:#676767; margin-left:24px; padding-left:13px; position:relative;}
.popup_allmenu .allMenuSubBx a:first-child{margin-left:0;}
.popup_allmenu .allMenuSubBx a:after{content:""; display:block; width:3px; height:3px; background-color:#676767; position:absolute; left:0; top:50%; margin-top:-2px;}




.dim_bg{ position: fixed; left: 0; top: 0; opacity: 0.6; filter: alpha(opacity=60);  width: 100%; height: 100%; z-index:20; display: none; background-color:#000; z-index: 1211111111}


.lyDim{position:fixed; left:0%; top:0; width:100%; height:100%; background-color:#000; z-index:10000; cursor:pointer; display:none; opacity:.6}
.mobileGnbWrap{top:0 !important;  background:rgba(76,75,73,.6);  position:fixed; left:0; top:0; width:100%; height:100%; box-sizing:border-box;  z-index:29; overflow-y:auto; padding-top:0; padding-top:65px; display:none;}

.mobileGnbWrap .topMenuWrap{ background:#fff;   position:relative; box-sizing:border-box; }
.mobileGnbWrap .topMenuWrap .topMenuInner{ padding:10px; background-color:#f5f5f5; border-bottom:1px solid #dfdfdf; padding-right:0;}
.mobileGnbWrap .topMenuWrap .topMenuInner:after{content:""; display:block; clear:both;}
.mobileGnbWrap .topMenuWrap .topMenuInner .utilArea{ }
.mobileGnbWrap .topMenuWrap .topMenuInner .langBx{float:left;}
.mobileGnbWrap .topMenuWrap .topMenuInner .utilArea .selButton{height:30px; border:1px solid #dfdfdf; padding-left:44px; border-radius:50px; width:100px; position:relative; font-size:12px; color:#000; padding-top:2px; background:#fff; text-align:left}
.mobileGnbWrap .topMenuWrap .topMenuInner .utilArea .selButton:after{content:""; display:block; width:9px; height:6px; background:url("/ko/front/image/common/lang_arr.png") no-repeat 0 0; position:absolute; right:10px; top:12px;}
.mobileGnbWrap .topMenuWrap .topMenuInner .utilArea .selButton.selKor:before{content:""; display:block; width:23px; height:16px; position:absolute; left:15px; top:50%; margin-top:-8px; background:url("../img/common/lang_ko.png") no-repeat 0 0; background-size:23px 16px}
.mobileGnbWrap .topMenuWrap .topMenuInner .utilArea .selLayer{display:none;}
.mobileGnbWrap .topMenuWrap .topMenuInner .snsBx {float:left; padding-left:3px; margin-top:-1px;}
.mobileGnbWrap .topMenuWrap .topMenuInner .snsBx a {float:left; width:30px; height:30px; margin-left:1px; background-size:30px 30px !important}
.mobileGnbWrap .topMenuWrap .topMenuInner .snsBx a.sns-blog{background:url("/ko/front/image/common/sns_blog_m.png") no-repeat 0 0;}
.mobileGnbWrap .topMenuWrap .topMenuInner .snsBx a.sns-facebook{background:url("/ko/front/image/common/sns_fb_m.png") no-repeat 0 0;}
.mobileGnbWrap .topMenuWrap .topMenuInner .snsBx a.sns-youtube{background:url("/ko/front/image/common/sns_yt_m.png") no-repeat 0 0;}
.mobileGnbWrap .topMenuWrap .topMenuInner .snsBx a.sns-naverCafe{background:url("/ko/front/image/common/sns_cf_m.png") no-repeat 0 0;}
.mobileGnbWrap .topMenuWrap .topMenuInner .snsBx a.sns-instagram{background:url("/ko/front/image/common/sns_ig_m.png") no-repeat 0 0;}

.mobileGnbWrap .topMenuWrap .headSchBx {padding:10px 40px 10px 10px; background-color:#fff; position:relative;}
.mobileGnbWrap .topMenuWrap .headSchBx input[type="text"] { height:30px; line-height:30px; border:1px solid #dfdfdf; border-radius:50px; padding:0 10px; box-sizing:border-box; width:100%; vertical-align:top; box-sizing:border-box; }
.mobileGnbWrap .topMenuWrap .btnHeadSch{position:absolute; right:5px; top:10px; width:30px; height:30px; background:url("/ko/front/image/common/btn_top_sch_m.png") no-repeat 0 0; background-size:30px 30px;}


.mobileGnbWrap .btnMobleGnbClose{position:absolute; left:10px; top:20px; display:none;}
.mobileGnbWrap .btnMobleGnbClose:after{content:""; display:block; width:33px; height:33px; background:url("/ko/front/image/common/btn_gnb_close.png") no-repeat 0 0; background-size:33px 33px; }


.mobileGnbWrap .allmenu > li{border-bottom:1px solid #ddd; text-align:center;}
.mobileGnbWrap .allmenu > li:first-child{border-top:none;}
.mobileGnbWrap .allmenu > li > a{display:block; font-size:14px;  font-weight:bold; color:#333333;  padding:19px 10px; background:#fff}
.mobileGnbWrap .allmenu > li.menu7{display:none;}
.mobileGnbWrap .sub-menu {display:none;}
.mobileGnbWrap li.on .sub-menu {display:block; border-top:1px solid #0c489d;}
.mobileGnbWrap .sub-menu {background-color:#f7f7f7; }
.mobileGnbWrap .sub-menu > li:first-child{margin-top:0;}
.mobileGnbWrap .sub-menu > li >a{display:block; font-size:14px; color:#444; padding:15px 0; border-top:1px solid #dfdfdf;}
.mobileGnbWrap .sub-menu > li.on >a{font-weight:bold; color:#07255d;}
.mobileGnbWrap .dep3 {margin-top:1px; padding-bottom:13px;}
.mobileGnbWrap .dep3  > li {margin-top:4px;}
.mobileGnbWrap .dep3  > li >a{display:inline-block; font-size:13px; color:#444; position:relative; padding-left:8px; letter-spacing:0;}
.mobileGnbWrap .dep3  > li >a:after{content:""; display:block; height:1px; width:4px; background-color:#828282; position:absolute; left:0; top:10px}
.mobileGnbWrap .dep3  > li.on >a{font-weight:bold; color:#333;}





.location_box{position:relative;  height:60px;  width:100%; margin-top:50px; z-index: 21}
.locationWrap{width:100%;}
.locationWrap.fixed{ position:fixed; left:0; top:75px; width:100%;}
.locationArea{ max-width:1100px; margin:0 auto; }
.locationArea .location{height:60px; display: table; table-layout: fixed; width:100%; background:#fff; border:1px solid #ddd; z-index: 21}
.locationArea .location > li{display: table-cell; vertical-align:middle; position:relative;border-left:1px solid #ddd; }
.locationArea .location > li:first-child{ margin-left:0; border-left:none;}
.locationArea .location > li.home{width:60px;}
.locationArea .location > li.home > a{ background:#fff url("../img/common/snb_home.png") no-repeat 50% 50%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; width:100%; display:block; line-height:60px; font-size:1.5rem; width:100%; height:100%;}

.locationArea .location > li.locationLink > a{ background:url("../img/common/snb_off.png") no-repeat 90% center;padding:0 50px 0 25px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; width:100%; display:block; line-height:60px; font-size:1.5rem; color:#111;}
.locationArea .location > li.locationLink > a.on{background:url("../img/common/snb_on.png") no-repeat 90% center;}

.locationArea .location > li.locationLink .selectMenu{ position:absolute; left:-1px; top:60px; width:-webkit-calc(100% + 2px); width:calc(100% + 2px); border:1px solid #ddd; border-top:0; background:#fbfbfb;  display:none; }
.locationArea .location > li.locationLink .selectMenu.open{ display:block;}
.locationArea .location > li.locationLink .selectMenu li{ line-height:18px; border-top:1px solid #ddd;}
.locationArea .location > li.locationLink .selectMenu li:first-child{}
.locationArea .location > li.locationLink .selectMenu li a{ display:block;padding:14px 25px; text-decoration:none; font-size:14px; color:#252525;}

.locationArea .ringtBtn{ float:right;}
.locationArea .ringtBtn a{ display:block; float:left; margin-left:15px;}


/**/

.right_quick { width: 6.25rem; height: 100%; position: fixed; right: 0; top: 0; background-color: #222; text-align: center; display: flex; justify-content: center; align-items: center; color: #fff; z-index: 9999; animation: m_right 1s both;}

.right_top { position: absolute; left: 0; right: 0; margin: auto; top: 0rem; transform: translateX(1px); background-color: #821e1e; height: 14rem; /*padding: 3rem 0;*/}
.right_top img {margin: 2rem 0;}
.right_top p { font-size: 0.675rem; opacity: 0.9; color: #c6a78b; line-height: 120%;}
.right_top p span a { position: relative; opacity: 0.6; color: #fff;  font-size: 0.675rem;}
.right_top p span a:before { content: ''; width: 100%; height: 1px; position: absolute; left:0; bottom: -1px; background-color: #fff; opacity: 0.5; }

.right_quick>ul { /*transform: translateY(100%);*/ width: 100%; position: absolute; top:14rem; background-color: #000; padding: 2rem 0;}
.right_quick>ul>li { display: flex; justify-content: center; align-items: center; margin-bottom: 2.125rem; }
.right_quick>ul>li:last-child { margin-bottom: 0; }
.right_quick>ul>li div {  }
.right_quick>ul>li div h4 { font-size: 0.755rem; line-height: 1.075rem; font-weight: 500; margin-top: 0.5rem; color: #fff; }
.right_quick>ul>li div h6 { color: #fff; font-size: 0.675rem; line-height: 100%; font-weight: 100; opacity: 0.45; letter-spacing: 0.05rem; position: relative; display: inline-block; top: 0rem; }
.right_quick>ul>li div h6:after { content: ''; position: absolute; left: 0; bottom: -1px; background-color: #fff; width: 100%; height: 1px; opacity: 0.45; }
.right_icon_box { width: 2.188rem; height: 1.563rem; display: flex; justify-content: center; align-items: flex-end; margin: auto; }

.ham_bt {transform: translateY(650%); width: 100%; }
.ham_bt button.btnAllmenu{ display: inline-block; vertical-align:middle;  width:32px; height:19px; overflow:hidden;  background:url("../img/common/sitemap.png") no-repeat 50% 50%; cursor:pointer; margin: 0 auto; }
.right_arrow { width: 45px; height: 190px; background-color: #8a7e60; position: absolute; left: -45px; top: 150px; z-index: 9; transition: 0.6s; }
.right_arrow:after { content:''; width: 6px; height: 11px; position: absolute; right: -6px; top: 26px; background: url(../img/common/open_arrow.png) center no-repeat; }
.right_arrow p { width: 400%; font-family: 'Futura Std Oblique'; font-size: 13px; height: 13px; line-height: 100%; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; 
transform-origin: center center; transform: rotate(90deg) translateY(68px); }


.right_arrow.active { left: -545px; transition: 0.6s 0.2s; }


@keyframes m_right {
	0% { transform: translateX(100px); }
	100%{ transform: translateX(0); }
}

/**/


/**/ 

.top_bt_box { width: 3.75rem; height: auto; position: absolute; left: 0; right: 0; margin: auto; bottom: 0; z-index: 99; transition: 0.5s; cursor: pointer; }
.top_bt_box p { font-size: 0.625rem; line-height: 100%; color: #fff; }

/*.top_bt { width: 2.625rem; height: 2.625rem; margin: auto; margin-top: 1rem; background-color: #045e51; }*/

.top_bt { width: 3.25rem; height: 5rem; position: relative; left: 0; right: 0; bottom: 0; margin: auto; text-align: center; z-index: 9; opacity: 1; transition: 0.7s 0s; margin-top: 0.8rem; overflow: hidden; }
.top_scroll { width: 0.813rem; height: 3.85rem; margin: auto; margin-top: 1.15rem; position: relative; overflow: hidden; }
/*.top_scroll span { position: absolute; left: 0; right: 0; margin: auto; bottom: -100%; width: 1px; height: 100%; background-color: #121212; }*/
.top_scroll span { position: absolute; left: 0; right: 0; margin: auto; bottom: 0; width: 1px; height: 100%; background-color: #fff; }
.top_scroll:after { position: absolute; content:''; width: 0.5rem; height: 0.5rem; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(-135deg); left: 0; top: 0.125rem; right: 0; margin: auto; }
.scroll_circle { content:''; position: absolute; left: 0; right: 0; top: 0px; margin: auto; width: 2.7rem; height: 2.7rem; z-index: -1; }
.scroll_circle span { content:''; position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; background-color: #000; width: 100%; height: 100%; border-radius: 100%; opacity: 0.12; }



/* mobile */

#small_menu_btn, #small_menu_close, #small_menu_overlay, #small_menu_container {display: none;}

/* minimize */

.minimize#header {height: 75px;top: 0 !important;box-shadow: 0 1px 3px rgba(0, 0, 0, .12);}

body.mo #header {box-shadow: 0 1px 3px rgba(0, 0, 0, .12);}

.minimize .header_wrap { padding-left: 0px; padding-right: 0px;}

.minimize .header_wrap:before {left: 0;right: 0;}

body.mo .header_wrap:before {left: 0;right: 0;}

.minimize #logo a{top: 14px;}

.minimize #menu > li > a {padding: 22.5px 0/* 32.5px*/;}

.minimize .menu_container_bg {top: 75px;}

.minimize .lang_container {top: 28px;}

.minimize .search_container {top: 27.5px;}

/* single active */

.single-notice #menu > li.menu-item-promote > a, .single-career #menu > li.menu-item-career > a, .single-inquiry #menu > li.menu-item-career > a {color: #1c9ad6;}

.single-notice #menu > li > ul > li.menu-item-news > a, .single-career #menu > li > ul > li.menu-item-employment > a, .single-inquiry #menu > li > ul > li.menu-item-career-inquiry > a {color: #fff;}

/* 다국어 예외처리 */
html:not([lang="ko"]) .search_container {display: none;}
html:not([lang="ko"]) .lang_container {right: 50px;}

/* scroll hide menu error debugging */
body.search_open #header, body.open_menu #header {-webkit-transform: none !important;-ms-transform: none !important;transform: none !important;}



.go_top {display: block;width:59px;height: 59px;position: absolute;top: -22px;right: 90px;cursor: pointer;background: #222;-webkit-transition: opacity 0.3s, background 0.3s;transition: opacity 0.3s, background 0.3s;z-index: 999;}

.go_top:after {display: block;width:100%;height: 100%;position: absolute;top: 0;left: 0;font-family: '';content: '\e900';font-size: 14px;line-height: 59px;font-weight: normal;text-align: center;color: #fff;-webkit-transition: color 300ms;transition: color 300ms;}

.go_top:hover {background: #1c9ad6;}

.go_top.js_go_top_fix {position: fixed;top: inherit;bottom: 15px;}

.go_top.js_go_top_hide {opacity: 0;z-index: -1; visibility:hidden;}

@media all and (max-width:1550px) {
	 .go_top {right: 60px;}
}

@media all and (max-width:1400px) {/*
	.go_top {right: 50px;}
*/}
/*
@media (max-width:1280px) {
	.go_top {width:50px;height: 50px;right: 20px;}
	.go_top:after {line-height: 50px;}
}

@media (max-width:768px) {
	.go_top {display: none;}
}*/


.scroll_down {display: none;width:76px;height: 76px;position: absolute;bottom: 30px;left: 50%;margin-left: -38px;z-index: 120;-webkit-transition: background 300ms;transition: background 300ms;}

.scroll_down > svg {width:76px;height: 76px;position: absolute;top: 0;left: 0;}

.scroll_down:after {display: block; content:""; border: solid #fff; border-width:0 2px 2px 0; display: inline-block; padding: 3px; transform: rotate(45deg); -webkit-transform: rotate(45deg); position:absolute; left:50%; top:50%; width:8px; height:8px; margin: -8px 0 0 -8px;}



.scroll_down:hover {background: #ffffff;background: rgba(255, 255, 255, .15);}

.scroll_down span { position: absolute;height: 1px; width:1px;  overflow: hidden; clip: rect(1px 1px 1px 1px);}





/* **************************************** *
 * SEARCH
 * **************************************** */

/*body.search_open {overflow: hidden;}*/
.search_open #logo {z-index: 10000;}
#search_popup {display: none;width:100%;padding-left: 90px;padding-right: 90px;position: fixed;top: 0;left: 0;right: 0;background: #fff;box-shadow: 0 1px 3px rgba(0, 0, 0, .12);z-index: 10000;}
.search_popup_inner {width:100%;height: 100%;padding: 0 125px 0 250px;position: relative;}
.search_form {width:100%;height: 100%;max-width:1200px;margin: 0 auto;padding: 59px 0 49px 0;position: relative;-webkit-transition: padding 300ms;transition: padding 300ms;}
.search_label {display: block;padding-bottom: 18px;font-size: 16px;color: #666;-webkit-transition: padding 300ms;transition: padding 300ms;}
.search_form_input {width:100%;height: 80px;position: relative;}
.search_form_input:after {content: '';display: block;width:0px;height: 4px;position: absolute;bottom: 0;left: 0;background: #222;-webkit-transition: width 400ms ease;transition: width 400ms ease;}
.search_field {font-size: 34px;font-weight: lighter;line-height: 1;color: #222;}
.search_form input.search_field {display: block;width:100%;height: 100%;padding: 0 50px 0 0;position: relative;border: none;background: transparent;outline: none;border-bottom: 4px solid #ddd;}
.search_field::-ms-clear {display: none;width:0;height: 0;}
.search_submit {height: 100%;width:32px;padding: 0;position: absolute;right: 0;top: 0;background: none;border: none;outline: none;cursor: pointer;}
.search_submit .fa-search {display: block;width:100%;height: 100%;position: absolute;top: 0;left: 0; font-size: 33px;line-height: 80px; text-align: center;color: #ddd;-webkit-transition: color 300ms;transition: color 300ms;-webkit-transition-delay: 0ms;transition-delay: 0ms;}
.search_form.active .search_form_input:after {width:100%;}
.search_form.active .search_submit .fa-search {color: #222;-webkit-transition-delay: 200ms;transition-delay: 200ms;}
.search_popup_close {display: none;width:50px;height: 50px;position: absolute;top: 45px;right: 35px;opacity: 1;-webkit-transition: top 300ms;transition: top 300ms;}
/*.search_popup_close:after {display: block;width:100%;height: 100%;font-family: '';content: '\e944';font-size: 32px;font-weight: normal;text-align: center;line-height: 50px;color: #222;}*/
.search_popup_close .fas {display: block;width:100%;height: 100%; font-size: 32px; text-align: center; line-height: 50px;color: #222;}
.minimize .search_form {padding-top: 30px;padding-bottom: 40px;}
.minimize .search_label {padding-bottom: 8px;}
.minimize .search_popup_close {top: 16px;}

/* view */
.main_container {min-width: 1241px;}
.search .main_container {background: #f7f7f7;}
.search .jt_pagination {margin-top: 25px;}
.search_info {padding-bottom: 26px;}
.search_info p {font-size: 16px;color: #222;}
.search_info p span {color: #1c9ad6;}
.search_list > li {float: left;width:23.5%;height: 294px;margin-right: 2%;margin-bottom: 2%;background: #fff;box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, .05);}
.search_list > li:nth-child(4n) {margin-right: 0;}
.search_list > li:nth-child(4n+1) {clear: both;}
.search_list > li > a {display: block;width:100%;height: 100%;padding: 34px 29px;position: relative;}
.search_list > li > a:after {content: '';display: block;width:100%;height: 100%;position: absolute;top: 0;left: 0;border: 1px solid #222;opacity: 0;-webkit-transition: opacity 300ms;transition: opacity 300ms;}
.search_data {width:100%;height: 100%;position: relative;}
.search_data .search_tax {display: block;font-size: 16px;color: #888;}
.search_data .search_title {margin: 11px 0 9px;font-size: 21px;line-height: 1.42;color: #222;max-height: 2.84em;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.search_data .search_desc {font-size: 16px;line-height: 1.75;color: #666;max-height: 3.50em;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.search_data .search_date {display: block;position: absolute;left: 0;bottom: 0;font-size: 16px;color: #666;}
.search_list > li > a:hover:after {opacity: 1;}
.search_nodata {padding: 120px 0;text-align: center;background: #fff;border: 1px solid #ddd;}
.search_nodata p {font-size: 16px;line-height: 1.75;color: #222;}


#footer{}
#footer .fCont{background-color: #111; text-align: center; padding:40px 10px; line-height:20px; }
#footer .footerArea{ }
#footer address{color:#fff;  font-size:12px; box-sizing: border-box; max-width:100%; margin:0 auto; opacity:0.4;}
#footer .copy {color:#fff;  font-size:12px; padding-top:4px;box-sizing: border-box; max-width:100%; margin:0 auto;opacity:0.4;}




/* Search */
.search_submit:hover:after { color: #109ad6;}
.search_submit:after { -webkit-transition: 300ms; transition: 300ms;}
.search_popup_close span:after{ -webkit-transition: 300ms; transition: 300ms;}
.search_popup_close:hover span:after{ -webkit-transform: scale(0.9) rotate(0.05deg); -ms-transform: scale(0.9) rotate(0.05deg); transform: scale(0.9) rotate(0.05deg);}

/* ***************** */

/* MAIN */

/* ***************** */

.main_section {padding: 105px 0 120px;}
.main_section_title {display: block;padding-bottom: 66px;font-size: 40px;font-weight: 300;line-height: 1.25;text-align: center;color: #222; font-weight:400;}
/* Video quick debug */

.main_section video { -webkit-transform: translate3d(-5px,0,0); transform: translate3d(-5px,0,0);}

/* Load motion */

.main_visual_item_01 .main_visual_bg{-webkit-transform: translateZ(0) scale(1.1);transform: translateZ(0) scale(1.1); -webkit-transition: 1800ms; transition: 1800ms; -webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */}

.first_bg_loaded .main_visual_item_01 .main_visual_bg {-webkit-transform: translateZ(0) scale(1);transform: translateZ(0) scale(1);}

/* floating card motion */

.jt_card { -webkit-perspective: 700px; perspective: 700px; }

.jt_card img { -webkit-transition: opacity 0.4s, -webkit-transform 1.2s cubic-bezier(.03, .44, .47, .99); transition: opacity 0.4s, -webkit-transform 1.2s cubic-bezier(.03, .44, .47, .99); transition: transform 1.2s cubic-bezier(.03, .44, .47, .99), opacity 0.4s; transition: transform 1.2s cubic-bezier(.03, .44, .47, .99), opacity 0.4s, -webkit-transform 1.2s cubic-bezier(.03, .44, .47, .99); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; will-change: transform; -webkit-transform: translate3d(0, 50%, 100px) rotateX(10deg); transform: translate3d(0, 50%, 100px) rotateX(10deg); opacity: 0; }

.jt_card.jt_animate img { -webkit-transform: translate3d(0, 0, 0) rotateX(0deg); transform: translate3d(0, 0, 0) rotateX(0deg); opacity: 1; }

.main_chemical_list li:nth-child(2) .jt_card img{ -webkit-transition-delay:300ms; transition-delay:300ms}

.main_chemical_list li:nth-child(3) .jt_card img{ -webkit-transition-delay:600ms; transition-delay:600ms}

/* move to sub.css*/

.about_history { position: relative; z-index: 2; }

.about_banner:after { content: ""; height: 100%; width:100%; display: block; background: #fff; position: absolute; bottom: -100%; }

.irregular_grid_img { z-index: 1; }

/* about motion */

html:not(.mobile) .about_banner_pic { -webkit-transform: translate3d(0, 30%, 0); transform: translate3d(0, 30%, 0); -webkit-transition: -webkit-transform 1.8s cubic-bezier(.03, .44, .33, 1.18); transition: -webkit-transform 1.8s cubic-bezier(.03, .44, .33, 1.18); transition: transform 1.8s cubic-bezier(.03, .44, .33, 1.18); transition: transform 1.8s cubic-bezier(.03, .44, .33, 1.18), -webkit-transform 1.8s cubic-bezier(.03, .44, .33, 1.18); }

html:not(.mobile) .about_banner_pic img { opacity: 0; -webkit-transition: opacity .8s; transition: opacity .8s; }

html:not(.mobile) .about_banner_pic.jt_animate { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

html:not(.mobile) .about_banner_pic.jt_animate img { opacity: 1; }

/* fix splittext plugin wrong break line */

.jt_animate_txt{ white-space: nowrap; }

html.ie .jt_animate_subtitle,
html.ie .jt_animate_title,
html.ie .jt_animate_txt{-webkit-transform:translateZ(0) rotate(0.1deg);transform:translateZ(0) rotate(0.1deg)}

/* Main slideshow */

.main_visual{ overflow: hidden;}

#lighthouse_light {opacity:0; background: url(../images/main/light.png) center center no-repeat; content: ""; display: block; position: absolute; width:92px; height: 91px; top: 50%;left: 50%; margin-top: -67px; margin-left: 13px; -webkit-transform: translateZ(0) rotate(0deg); transform: translateZ(0) rotate(0deg); -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom;}

.main_visual_item_01 .main_visual_bg canvas{ opacity:0}

.load .main_visual_item_01 .main_visual_bg canvas{ opacity:1}

.main_visual_item_01 .main_visual_bg { background-image: url(../images/main/main-visual-01-motion.jpg);}

html:not(.mobile) .main_visual_item_01 .main_visual_bg.main_visual_lighthouse_fg { background-image: url(../images/main/main-visual-01-fg-motion.png);}

#jt_light_blink { width:100%; height: 100%; background: -webkit-radial-gradient(center ellipse, #000000 0%, #000000 100%); background: radial-gradient(ellipse at center, #000000 0%, #000000 100%); background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 100%); background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 100%); }

.main_visual_item_03 video {left: 50%; top: 50%; position: absolute;  -ms-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%); min-width:100%; min-height: 100%; width:auto; height: auto;}

.main_visual_item_01 .wrap{ visibility:hidden;}

.main_visual_item{background: #222;}

html.ie .main_visual_item h2,
html.ie .main_visual_item span {-webkit-transform: rotate(0.1deg);-ms-transform: rotate(0.1deg);transform: rotate(0.1deg)}

/* Main business force motion */

.main_business b{ display:block;}

/* Main business force motion */

.main_chemical_img {  position: relative; z-index: 2;}

/* Main recruit */

.main_info_recruit:after{ display:none}

.main_info_recruit { position: relative;}

.main_info_recruit:after { content: ""; display:block; position: absolute; bottom: -60px; height: 60px; background: #fff;  width:100%;}

/* ***************** */

/* SUB */

/* ***************** */

html.ie .article_title,
html.ie .article_desc,
html.ie .article_sub_title{-webkit-transform: rotate(0.05deg);-ms-transform: rotate(0.05deg);transform: rotate(0.05deg);}

html:not(.mobile) .article_sub_title > div,
html:not(.mobile) .article_title > div,
html:not(.mobile) .article_desc > div {opacity: 0;}

html:not(.mobile) .article_title:after{opacity:0; -webkit-transition: 1200ms; transition:1200ms}

html:not(.mobile) .article_title.completed:after{opacity:1;}

.article_header{ overflow:hidden;}
.article_header .full_wrap{padding-left:0; padding-right:0; margin:0 auto;}

.article_header_bg{-webkit-transform: translateZ(0) scale(1.4) rotate(0.1deg);transform: translateZ(0) scale(1.4) rotate(0.1deg); -webkit-transition: 1800ms; transition: 1800ms; -webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000); transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* easeOutQuart */}

.bg_loaded .article_header_bg{-webkit-transform: translateZ(0) scale(1) rotate(0deg);transform: translateZ(0) scale(1) rotate(0deg);}







.article_header {width:100%;  height: 455px; position: relative;text-align: center;}
.article_header_bg {position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: no-repeat center center;background-size: cover;}
.article_header_bg canvas { position: absolute;left: 50%; -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);  top: 0;}

.article_header_inner {height:455px; position: relative; }
.article_header_table {display: table;width:100%;height: 100%;}
.article_header_cell {display: table-cell;width:100%;vertical-align: middle;}

.article_title {padding: 10px 0 20px;position: relative;font-size: 90px;line-height: 1;font-weight: 200;color: #fff;}

.article_title:after {content: '';display: block;width:30px;height: 1px;position: absolute;left: 50%;bottom: 0;background: #fff;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}

.article_sub_title {margin-left: 0.2em;font-size: 30px;font-weight: 200;letter-spacing: 0.2em;color: #fff;}

.article_desc { font-size: 50px;letter-spacing: 0;line-height: .6;color: #fff; padding-top:48px;}
.article_desc span{ font-size: 20px;}
.article_desc strong{font-weight:600;}

.article_title.secondary {padding-top: 0;}

.article_sub_title.secondary {display: block;padding-bottom: 7px;margin-left: 0;position: relative;font-size: 80px;letter-spacing: 0;}

.article_sub_title.secondary:after {content: '';display: block;width:30px;height: 1px;position: absolute;left: 50%;bottom: 0;background: #fff;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}

.article_basic_header {padding: 195px 0 75px;}

.article_basic_header h1 {margin-left: 0.2em;font-size: 51px;font-weight: 200;line-height: 1.25;letter-spacing: 0.2em;text-align: center;color: #222;}





.article_nav {width:100%;height: 47px;position: absolute;left: 0;top: 50%;margin-top: -80px;z-index: 1;}

.article_nav_btn {display: block;height: 100%;position: absolute;top: 0;color: #fff;}

.article_nav_btn:after {content: '';display: table;clear: both;}

.article_nav_pic {width:47px;height: 100%;position: relative;text-indent:-9999px; line-height:0;border: 2px solid #ffffff;border: 2px solid rgba(255, 255, 255, .3);border-radius: 50%;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: border-color .5s, -webkit-transform .5s;transition: border-color .5s, -webkit-transform .5s;transition: border-color .5s, transform .5s;transition: border-color .5s, transform .5s, -webkit-transform .5s;}

.article_nav_pic:after {display: block;width:100%;height: 100%;position: absolute;content: '';background: no-repeat center center;-moz-box-sizing: border-box;box-sizing: border-box;}

.article_nav_pic:before {content: '';display: block;width:46px;height: 1px;position: absolute;top: 50%;margin-top: -0.5px;background: #fff;-webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);transition: all .5s cubic-bezier(.165, .84, .44, 1);-moz-box-sizing: border-box;box-sizing: border-box;}

.article_nav_btn:hover .article_nav_pic { -webkit-transform: scale(0.9) rotate(0.05deg); -ms-transform: scale(0.9) rotate(0.05deg); transform: scale(0.9) rotate(0.05deg);}

.article_nav_btn .article_nav_pic {-webkit-transform: rotate(0.05deg);-ms-transform: rotate(0.05deg);transform: rotate(0.05deg);}

.article_nav_title {width:120px;height: 100%;opacity: 0;-webkit-transition: all .2s cubic-bezier(.165, .84, .44, 1);transition: all .2s cubic-bezier(.165, .84, .44, 1);}

.article_nav_table {display: table;width:100%;height: 100%;}

.article_nav_cell {display: table-cell;vertical-align: middle;}

.article_nav_title p {font-size: 16px;font-weight: 400;line-height: 1.25;color: #fff;}

.article_nav_title p span {display: inline-block;padding: 0 2px;}

.article_nav_pre {left: 0;}

.article_nav_pre .article_nav_pic, .article_nav_pre .article_nav_title {float: left;}

.article_nav_pre .article_nav_pic:after {background-image: url(../images/icon/icon-arrow-left.svg);}

.article_nav_pre .article_nav_pic:before {left: 20px;}

.article_nav_pre .article_nav_title {margin-left: 15px;text-align: left;-webkit-transform: translateX(8px);-ms-transform: translateX(8px);transform: translateX(8px);}

.article_nav_next {right: 0;}

.article_nav_next .article_nav_pic, .article_nav_next .article_nav_title {float: right;}

.article_nav_next .article_nav_pic:after {background-image: url(../images/icon/icon-arrow-right.svg);}

.article_nav_next .article_nav_pic:before {right: 20px;}

.article_nav_next .article_nav_title {margin-right: 15px;text-align: right;-webkit-transform: translateX(-8px);-ms-transform: translateX(-8px);transform: translateX(-8px);}

.article_nav_btn:hover .article_nav_pic {border-color: #fff;}

.article_nav_btn:hover .article_nav_pic:before {width:0px;-webkit-transition: all .2s cubic-bezier(.645, .045, .355, 1);transition: all .2s cubic-bezier(.645, .045, .355, 1);}

.article_nav_btn:hover .article_nav_title {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);opacity: 1;-webkit-transition-delay: 200ms;transition-delay: 200ms;}



@media all and (min-width:1921px) {
	.full_bg_section {background-size: 100% 100%;}
}

.pc{display:block;}
.mobile{display:none;}

@media all and (max-width:768px) {
#footer .fCont{background-color: #111; text-align: center; padding:40px 10px 80px 10px; line-height:20px; }
#footer address{color:#fff;  font-size:10px; box-sizing: border-box; max-width:100%; margin:0 auto; opacity:0.3; line-height:160%; text-align:left;}
#footer .copy {color:#fff;  font-size:10px; padding-top:7px;box-sizing: border-box; max-width:100%; margin:0 auto;opacity:0.5; text-align:left;}

.mobile{display:block;}
.pc{display:none;}
}


.sub_tit{margin:0 auto; margin-top:50px; max-width:1100px;}
.page_title{margin-top:40px; font-size:4.4rem; color:#252525; text-align: center; padding-bottom:26px; border-bottom:1px solid #dfdfdf;}



@media all and  (max-width:1377px) {
.sub_tit{margin-top:-40px;}
.page_title{margin-top:0px; font-size:4rem; color:#252525; text-align: center; padding-bottom:16px; border-bottom:1px solid #dfdfdf;}

.faq{display:none;}
.sales{display:none;}
.global_nav button.btnAllmenu{ display: inline-block; vertical-align:middle;  width:26px; height:18px; overflow:hidden;  background:url("../img/common/sitemap_black.png") no-repeat 50% 50%; cursor:pointer; margin-top:2px; margin-left:20px; right:0px; margin-right:-25px;}
.global_nav .nav_item .tel{width:24px; height:26px; margin-top:2px; margin-right:-3px;  background:url("../img/common/tel_black.png") no-repeat 50% 50%; background-size:cover; cursor:pointer;}


.article_header {width:100%;  height:215px;}
.article_header_inner {height:215px; }
.article_desc { font-size: 30px;letter-spacing: 0;line-height: .6;color: #fff; padding-top:30px;}
.article_desc span{ font-size: 15px;}


	#wrap{padding-top:1px;}
	.mainBody #wrap{padding-top:0;}
	.locationWrap{margin-top:-60px; height:42px; position: absolute; width:100%; top:0px !important; z-index:1000;}
	.locationArea .location > li.home {width:42px;}
	.locationArea .location > li.home > a {background-size: 14px auto}
	.locationArea .location > li.null {display:none;}
	.locationArea .location{height:42px;}
	.locationArea .location > li.locationLink > a{line-height:42px; font-size:13px;background:url("/ko/front/image/common/loca_arr_off_m.png") no-repeat 94% center !important; background-size: 6px 10px !important; padding-left:10px; padding-right:14px; letter-spacing:-1px;}
	.locationArea .location > li.locationLink .selectMenu{top:42px;}
	.locationArea .location > li.locationLink .selectMenu li a{padding:10px 10px; font-size:13px;}
	
	.header_inner {background:none;background:#fff;}
  
	.menu_container {height:65px;}
	.menu_container #menu{display:none;}
	
	.header_wrap{padding:0;}
	#header{top:0 !important; height:65px !important;}
	.minimize#header{height:65px;}
	.menu_container_bg{display:none;}
	#logo a{top:14px !important; width:170px; height:38px; background: url(../img/common/logo_m.png) no-repeat 0 0; background-size: cover; left:0px; margin-left:20px; }
	.global_nav button.btnAllmenu:after{ width:20px; height:15px; background-size:cover;}
	.global_nav .nav_item li:nth-child(2) {display:none;}
	.global_nav .nav_item li img{width:30px;}
	.global_nav .nav_item li {margin-right:15px;}
	.global_nav .nav_item li a{font-size:12px;}

	
	
	
}




/* **************************************** *
 * BUTTON
 * **************************************** */

/* Default */

.jt_btn {display: inline-block;min-width:180px;padding: 21px 29px;position: relative; font-size: 16px;font-weight: 600;letter-spacing: -0.025em;line-height: 1;border: 1px solid transparent;border-radius: 0px;background: transparent;overflow: hidden;-webkit-transition: color .55s cubic-bezier(.52,.08,.18,1);transition: color .55s cubic-bezier(.52,.08,.18,1); border-radius: 51px; vertical-align: top}

.jt_btn[lang="en"] {padding: 16.5px 29px;font-size: 15px;letter-spacing: 0.05em; font-weight: 500;}

.jt_btn span {position: relative; line-height:1; vertical-align:top;}

.jt_btn:before {content: '';display: block;width:120%;height: 100%;position: absolute;left: 0;top: 0;-webkit-transform-origin: right top;-ms-transform-origin: right top;transform-origin: right top;-webkit-transform: translateX(-101%) skewX(-17.62deg);-ms-transform: translateX(-101%) skewX(-17.62deg);transform: translateX(-101%) skewX(-17.62deg);-webkit-transition: -webkit-transform .55s cubic-bezier(.52,.08,.18,1);transition: -webkit-transform .55s cubic-bezier(.52,.08,.18,1);transition: transform .55s cubic-bezier(.52,.08,.18,1);transition: transform .55s cubic-bezier(.52,.08,.18,1), -webkit-transform .55s cubic-bezier(.52,.08,.18,1);-webkit-backface-visibility: hidden;backface-visibility: hidden;}

.jt_btn.hover:before {-webkit-transform: translateX(0) skewX(-17.62deg);-ms-transform: translateX(0) skewX(-17.62deg);transform: translateX(0) skewX(-17.62deg);-webkit-transform-origin: left top;-ms-transform-origin: left top;transform-origin: left top;}

/* basic style */

.jt_basic_btn {text-align: center;}

.jt_basic_btn.primary {color: #222;border-color: #222;}

.jt_basic_btn.primary:before {background: #222;}
.jt_basic_btn.orange:hover{border-color:#f7931d;}
.jt_basic_btn.orange:before {background: #f7931d;}

.jt_basic_btn.primary:hover {color: #fff;}

.jt_basic_btn.secondary {color: #fff;border-color: #fff;}

.jt_basic_btn.secondary:before {background: #fff;}

.jt_basic_btn.secondary:hover {color: #222;}

/* icon style */

.jt_icon_btn {color: #222;border-color: #222;}

.jt_icon_btn:before {background: #222;}

.jt_icon_btn span {display: block;}

.jt_icon_btn span:after {display: block;width:20px;height: 20px;position: absolute;top: 50%;margin-top: -9px;font-family: '';font-weight: normal;line-height: 20px;text-align: center;-webkit-transition: color 0s cubic-bezier(.52, .08, .18, 1) 0s;transition: color 0s cubic-bezier(.52, .08, .18, 1) 0s;}

.jt_icon_btn:hover {color: #fff;}

.jt_icon_btn:hover span:after {color: #fff;-webkit-transition: color .55s cubic-bezier(.52, .08, .18, 1);transition: color .55s cubic-bezier(.52, .08, .18, 1);}

.jt_icon_btn.primary span {padding-right: 32px;}

.jt_icon_btn.primary span:after {right: 0;}

.jt_icon_btn.secondary {min-width:inherit;padding-left: 20px;padding-right: 20px;}

.jt_icon_btn.secondary span {padding-left: 19px;}

.jt_icon_btn.secondary span:after {left: -5px;}

.jt_icon_enter span:after {content: '\e930';font-size: 19px;}

.jt_icon_download span:after {content: '\e92f';font-size: 19px;margin-top: -11px;}

.jt_icon_check span:after {content: '\e935';font-size: 12px;}

.jt_icon_remove span:after {content: '\e92e';font-size: 10px;}

.jt_icon_arrow span:after {content: '\e903';font-size: 12px;}

.jt_icon_list span:after {content: '\e92d';font-size: 10px;}

.jt_icon_open span:after {content: '\e931';font-size: 19px;}

.jt_icon_back span:after {content: '\e934';font-size: 13px;}

/* **************************************** *
 * FORM
 * **************************************** */

/* label */

.jt_label {display: inline-block;position: relative;vertical-align: middle;font-size: 16px;line-height: 1;font-weight: 600;color: #222;}

/* input */

.jt_form_field {display: inline-block;width:350px;height: 50px;padding: 8px 18px;vertical-align: middle;font-size: 16px;color: #666;border: 1px solid #f5f5f5;border-radius: 0px;background: #f5f5f5;-webkit-transition: border 300ms, background 300ms;transition: border 300ms, background 300ms;}

textarea.jt_form_field {height: 194px;padding: 14px 18px;overflow: auto;resize: none;}

.jt_form_field:focus {border-color: #1c9ad6;background-color: #fff;}

/* input block */

.jt_form_block_field {display: block;}

/* input block + width:100% */

.jt_form_full_field {display: block;width:100%;}

/* input 설명글 */

.explain {display: block;margin-top: 10px;padding-left: 12px;position: relative;font-size: 14px;color: #666;}

.explain:before {content: '';display: block;width:4px;height: 4px;position: absolute;top: 8px;left: 0;background: #1c9ad6;}

/* file 커스텀 */

.jt_file_upload_input {width:-webkit-calc(100% - 160px);width:calc(100% - 160px);background: #f8f8f8;cursor: pointer;}

.jt_file_upload_button {display: inline-block;width:150px;height: 50px;margin-left: 10px;padding: 0;vertical-align: top;font-family: 'NotoSansKR', sans-serif;font-size: 16px;font-weight: 400;text-align: center;color: #fff;outline: none;border: none;background: #aaa;cursor: pointer;-webkit-transition: background 300ms;transition: background 300ms;}

label.jt_file_upload_button {line-height: 50px;}

.jt_file_upload_button:hover {background: #888;}

/* icheck */

div[class^="icheckbox"] > input,
div[class^="iradio"] > input {left: 0;}

div[class^="icheckbox"] + span,
div[class^="iradio"] + span {display: inline-block;padding-left: 9px;vertical-align: middle;cursor: pointer;font-size: 16px;font-weight: 400;color: #666;}

/* selectric */

.selectric {width:177px;text-align: left;background: #f5f5f5;border: 1px solid #f5f5f5;-webkit-transition: border 300ms, background 300ms;transition: border 300ms, background 300ms;}

.selectric-hover .selectric, .selectric-focus .selectric {border-color: #f5f5f5;}

.selectric .label {height: 48px;margin: 0 36px 0 18px;font-size: 16px;line-height: 48px;font-weight: 400;color: #666;}

.selectric .button {width:36px;height: 48px;-webkit-transition: -webkit-transform 0.4s;transition: -webkit-transform 0.4s;transition: transform 0.4s;transition: transform 0.4s, -webkit-transform 0.4s;}

.selectric .button:after {width:100%;font-family: '';content: '\e911';font-size: 10px;color: #212121;border: none;}

.selectric-items ul, .selectric-items li {width:100%;font-size: 15px;}

.selectric-items {background: #fff;border: none;box-shadow: none;opacity: 0;-webkit-transition: all 0.4s;transition: all 0.4s;}

.selectric-items ul {margin: 0;padding: 0;text-align: left;}

.selectric-items li {padding: 13.5px 18px;color: #666;border: solid #e6e6e6;border-width:0 1px 1px 1px;-webkit-transition: background 300ms;transition: background 300ms;}

.selectric-items li:hover {background: #eef9ff;}

.selectric-items li.selected {background: #1c9ad6;border-color: #1c9ad6;color: #fff;}

.selectric-open .selectric {background: #fff;border-color: #1c9ad6;}

.selectric-open .selectric .button {-webkit-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg);}

.selectric-open .selectric-items {opacity: 1;}

/* 약관동의 */

.jt_agree_rule:after {content: '';display: table;clear: both;}

.jt_agree_rule h2 {padding-bottom: 26px;font-size: 20px;line-height: 1.4;font-weight: 600;color: #222;}

.jt_agree_rule .nicescroll_area_outer {height: 333px;}

.jt_agree_check {padding: 27px 0 34px;text-align: right;}

.jt_agree_check > fieldset > b {padding-right: 34px;vertical-align: top;font-size: 16px;font-weight: 600;color: #222;}

.jt_agree_check > fieldset > b > span {color: #1c9ad6;}

.jt_agree_check_field {display: inline-block;}

/* horizontal_form */

ul.jt_horizontal_form {display: table;width:100%;position: relative;}

ul.jt_horizontal_form:before {content: '';display: block;width:100%;height: 5px;position: absolute;top: -5px;left: 0;background: url(../images/layout/line.png) no-repeat center center;}

ul.jt_horizontal_form > li {display: table-row;width:100%;font-size: 0;}

ul.jt_horizontal_form > li > div {display: table-cell;vertical-align: top;border-bottom: 1px solid #ddd;}

ul.jt_horizontal_form > li > div:first-child {width:9%;padding: 36px 0 0 29px;}

ul.jt_horizontal_form > li > div:first-child + div {width:91%;padding: 20px 30px;}

.jt_horizontal_select_wrap {display: inline-block;width:177px;margin-left: 10px;vertical-align: top;}

.jt_horizontal_select_wrap .wpcf7-form-control-wrap {width:100%;}

.jt_horizontal_select_wrap .selectric {width:100%;}

/* control */

.jt_form_control {padding-top: 40px;text-align: right;}

.jt_form_control_btn_wrap {display: inline-block;position: relative;vertical-align: middle;border: 1px solid #222;background: transparent;overflow: hidden;}

.jt_form_control_btn_wrap:before {content: '';display: block;width:120%;height: 100%;position: absolute;left: 0;top: 0;background: #222;-webkit-transform-origin: right top;-ms-transform-origin: right top;transform-origin: right top;-webkit-transform: translateX(-101%) skewX(-17.62deg);-ms-transform: translateX(-101%) skewX(-17.62deg);transform: translateX(-101%) skewX(-17.62deg);-webkit-transition: -webkit-transform .55s cubic-bezier(.52, .08, .18, 1);transition: -webkit-transform .55s cubic-bezier(.52, .08, .18, 1);transition: transform .55s cubic-bezier(.52, .08, .18, 1);transition: transform .55s cubic-bezier(.52, .08, .18, 1), -webkit-transform .55s cubic-bezier(.52, .08, .18, 1);-webkit-backface-visibility: hidden;backface-visibility: hidden;}

.jt_form_control_btn_wrap > i {display: block;position: relative;font-style: normal;}

.jt_form_control_btn_wrap > i:after {display: block;width:20px;height: 20px;position: absolute;top: 50%;right: 27px;margin-top: -9px;font-family: '';content: '\e903';font-weight: normal;font-size: 12px;line-height: 20px;text-align: center;-webkit-transition: color 0.3s cubic-bezier(.52, .08, .18, 1) 0s;transition: color 0.3s cubic-bezier(.52, .08, .18, 1) 0s;}

.jt_form_control_btn_wrap.secondary > i:after {content: '\e935';}

.jt_form_control_btn_wrap input[type="submit"] {display: inline-block;min-width:178px;margin: 0;padding: 21px 29px;position: relative;font-size: 16px;font-weight: 600;letter-spacing: -0.025em;line-height: 1;text-align: left;color: #222;background: none;border: none;outline: none;-webkit-transition: color .55s cubic-bezier(.52, .08, .18, 1);transition: color .55s cubic-bezier(.52, .08, .18, 1);cursor: pointer;z-index: 10;}

.jt_form_control_btn_wrap:hover:before {-webkit-transform: translateX(0) skewX(-17.62deg);-ms-transform: translateX(0) skewX(-17.62deg);transform: translateX(0) skewX(-17.62deg);-webkit-transform-origin: left top;-ms-transform-origin: left top;transform-origin: left top;}

.jt_form_control_btn_wrap:hover input[type="submit"] {color: #fff;}

.jt_form_control_btn_wrap:hover > i:after {color: #fff;-webkit-transition: color .55s cubic-bezier(.52, .08, .18, 1);transition: color .55s cubic-bezier(.52, .08, .18, 1);}

/* field detail */

.contact_row_name .wpcf7-form-control-wrap {width:350px;}

.contact_row_tel .wpcf7-form-control-wrap {width:119px;}

.tel_desinence {display: inline-block;width:32px;height: 50px;vertical-align: middle;position: relative;}

.tel_desinence:after {content: '';display: block;width:12px;height: 1px;position: absolute;top: 50%;left: 50%;margin-left: -6px;margin-top: -0.5px;background: #222;}

.contact_row_mail .wpcf7-form-control-wrap {width:159px;}

.mail_desinence {display: inline-block;padding: 0 10px;vertical-align: middle;font-size: 16px;font-weight: 400;line-height: 50px;color: #222;text-align: center;}

ul.jt_horizontal_form > li.contact_row_icheck > div:first-child + div {padding-top: 33px;padding-bottom: 33px;}

/* **************************************** *
 * CATEGORY
 * **************************************** */

.jt_category {margin-bottom: 24px;}

.jt_category ul {padding: 0;margin: 0;font-size: 0;background: none;}

.jt_category ul li {display: inline-block;padding-left: 0;position: relative;cursor: pointer;}

.jt_category ul li:before {content: '';display: block;width:1px;height: 14px;position: absolute;top: 50%;margin-top: -7px;left: 0;border: none;border-radius: 0px;background: #d7d7d7;}

.jt_category ul a {padding: 0 13px;font-size: 15px;font-weight: 400;color: #666;border: none;}

.jt_category ul li.active a, .jt_category ul li:hover a {color: #222;}

.jt_category ul li:first-child:before {display: none;}

.jt_category ul li:first-child a {padding-left: 0;}

.jt_category ul li:last-child a {padding-right: 0;}

/* **************************************** *
 * SEARCH
 * **************************************** */

.jt_search {padding: 55px 20px;margin-bottom: 44px;text-align: center;background: #fafafa;}

.jt_search_category {display: inline-block;width:123px;vertical-align: top;}

.jt_search_category .selectric {width:100%;background: #fff;border-color: #ddd;}

.jt_search_category .selectric .label {height: 43px;margin-right: 40px;font-size: 15px;font-weight: 300;line-height: 43px;}

.jt_search_category .selectric .button {width:50px;height: 43px;}

.jt_search_category .selectric .button:after {content: '\e90d';font-size: 12px;color: #383838;}

.jt_search_category .selectric-items li {border-color: #ddd;}

.jt_search_field {display: inline-block;position: relative;vertical-align: top;}

.jt_search_input.jt_form_field {width:353px;height: 45px;margin: 0 10px;vertical-align: top;background: #fff;border-color: #ddd;text-overflow: ellipsis;}

.jt_search_input.jt_form_field:focus {border-color: #1c9ad6;}

.jt_search_button {display: inline-block;vertical-align: top;width:108px;height: 45px;padding: 0;font-size: 16px;font-weight: 400;color: #fff;border: 1px solid #1c9ad6;background: #1c9ad6;outline: none;cursor: pointer;-webkit-transition: background 300ms, border-color 300ms;transition: background 300ms, border-color 300ms;}

.jt_search_button:hover {background: #444;border-color: #444;}

/* **************************************** *
 * PAGINATION
 * **************************************** */

.jt_pagination {display: block;width:100%;margin-top: 50px;font-size: 0;text-align: center;}

.jt_pagination:empty {margin-top: 0;}

.jt_pagination .page-numbers {display: inline-block;min-width:32px;height: 32px;padding: 0 4px;margin: 0 4px;margin-bottom: 4px;position: relative;font-size: 16px;font-weight: 400;line-height: 30px;text-align: center;vertical-align: top;color: #666;-webkit-transition: color 300ms;transition: color 300ms;}

.jt_pagination .page-numbers:after {content: '';display: block;width:100%;height: 100%;position: absolute;top: 0;left: 0;border: 1px solid transparent;-moz-box-sizing: border-box;box-sizing: border-box;}

.jt_pagination .page-numbers:hover, .jt_pagination .page-numbers.current {color: #1c9ad6;}

.jt_pagination .page-numbers.current:after {border-color: #1c9ad6;}

.jt_pagination .page-numbers.first, .jt_pagination .page-numbers.prev, .jt_pagination .page-numbers.next, .jt_pagination .page-numbers.last {font-size: 0;background: transparent url(../images/icon/icon-pagination.png) no-repeat;border: 1px solid #dedede;}

.jt_pagination .page-numbers.first {margin-left: 0;margin-right: 0;background-position: -22px center;}

.jt_pagination .page-numbers.prev {background-position: -92px center;}

.jt_pagination .page-numbers.next {background-position: -158px center;}

.jt_pagination .page-numbers.last {margin-left: 0;margin-right: 0;background-position: -228px center;}



.nicescroll_area_outer {width:100%;height: 450px;padding: 31px 38px;background: #f5f5f5;border: 1px solid #ddd;overflow: hidden;}

.nicescroll_area {width:100%;height: 100%;padding-right: 65px;position: relative;}




/* top button */
.btn_contentTop{ position: fixed;left:50%; margin-left:640px; bottom:30px; z-index:11;-webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out; opacity: 0;}
.btn_contentTop:hover,
.btn_contentTop:focus{ }
.btn_contentTop.ab{bottom:200px;}

@media all and (max-width:737px) {
	.btn_contentTop{display:none;}

	.mo_left{display:none; position:fixed; bottom:0px; height:48px; color:#fff; background:#161b2c; left:0px; font-size:15px; width:50%; z-index:10000; text-align:center; padding-top:12px;animation-name:mo_left; animation-duration:2s;}
    .mo_right{display:block; position:fixed; bottom:0px; height:48px; color:#fff; background:#008085; right:0px; font-size:15px; width:100%; z-index:10000; text-align:center; padding-top:12px;animation-name:mo_right; animation-duration:2.3s;}


@-webkit-keyframes mo_left {
  0% {bottom:-120%;}
  
}

@-webkit-keyframes mo_right {
  0% {bottom:-120%;}
  50% {bottom:-120%;}
  
}



}

